バージョン

CreateDateRangeExpression<TDataObjectType> メソッド

日付範囲かどうかを評価する System.Linq.Expressions.Expression を作成します。
シンタックス
'宣言
 
Protected Friend Overridable Function CreateDateRangeExpression(Of TDataObjectType)( _
   ByVal fieldName As String, _
   ByVal includeStartDate As Date, _
   ByVal excludedEndDate As Date _
) As Expression(Of Func(Of TDataObject,Boolean))
protected internal virtual Expression<Func<TDataObject,bool>> CreateDateRangeExpression<TDataObjectType>( 
   string fieldName,
   DateTime includeStartDate,
   DateTime excludedEndDate
)

パラメータ

fieldName
評価対象のプロパティ。
includeStartDate
excludedEndDate

型パラメータ

TDataObjectType
System.Linq.Expressions.Expression を適用するオブジェクト タイプ。

戻り値の型

条件を評価する System.Linq.Expressions.Expression
参照